Swiftagram Documentation

Structure Friendship.​Unit

struct Unit: Specialized  

A struct representing a single Friendship value.

%339 Friendship.Unit Friendship.Unit Specialized Specialized Friendship.Unit->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.

friendship

public var friendship: Friendship?  

The friendship.