Swiftagram Documentation

Structure Status

public struct Status: Specialized  

A struct representing a Status.

%313 Status Status Specialized Specialized Status->Specialized

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.