You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
649 B

пре 10 година
  1. %%%-------------------------------------------------------------------
  2. %% @copyright {{copyright_holder}} ({{copyright_year}})
  3. %% @author {{author_name}} <{{author_email}}>
  4. %% @doc {{appid}} public API
  5. %% @end
  6. %%%-------------------------------------------------------------------
  7. -module({{appid}}).
  8. %% API
  9. -export([
  10. ]).
  11. %%====================================================================
  12. %% API
  13. %%====================================================================
  14. %%====================================================================
  15. %% Internal functions
  16. %%====================================================================