Structure
Media.Picture
public struct Picture: Wrapped
A struct
representing a Picture
.
Relationships
Member Of
Media
A
struct
representing aMedia
.
Conforms To
Wrapped
Initializers
init(wrapper:)
public init(wrapper: @escaping () -> Wrapper)
Init.
Parameters
Name | Type | Description |
---|---|---|
wrapper | @escaping () -> Wrapper |
A valid |