Swiftagram Documentation

Structure Friendship.​Dictionary

struct Dictionary: Specialized  

A struct representing a Friendship collection.

%325 Friendship.Dictionary Friendship.Dictionary Specialized Specialized Friendship.Dictionary->Specialized

Member Of

Friendship

A struct representing a Friendship.

Conforms To

Specialized

A protocol describing a generic response returning an element of Response.

Initializers

init(wrapper:​)

public init(wrapper: @escaping () -> Wrapper)  

Init.

Parameters

wrapper @escaping () -> Wrapper

A valid Wrapper.

Properties

wrapper

public var wrapper: () -> Wrapper

The underlying Response.

friendships

public var friendships: [String: Friendship]!  

The friendships.