4 lines
93 B
Elixir
4 lines
93 B
Elixir
|
defmodule Mobilizon.Service.Pictures.Information do
|
||
|
defstruct [:url, :author, :source]
|
||
|
end
|