# File: Bucs.Mime.ex # This file was generated from bucmime.beam # Using rebar3_elixir (https://github.com/botsunit/rebar3_elixir) # MODIFY IT AT YOUR OWN RISK AND ONLY IF YOU KNOW WHAT YOU ARE DOING! defmodule Bucs.Mime do def unquote(:"type")(arg1) do :erlang.apply(:"bucmime", :"type", [arg1]) end def unquote(:"exploded")(arg1) do :erlang.apply(:"bucmime", :"exploded", [arg1]) end end