Swiftagram Documentation

Structure Tray​Item.​Unit

struct Unit: Specialized  

A struct representing a TrayItem single response.

%355 TrayItem.Unit TrayItem.Unit Specialized Specialized TrayItem.Unit->Specialized

Member Of

TrayItem

A struct representing a TrayItem.

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.

item

public var item: TrayItem?  

The tray item.