blob: 1be81862139fa7dcd769c3c6bca7dbd806d4e6ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
-module({{appid}}).
%% Application callbacks
-export([]).
%%====================================================================
%% API
%%====================================================================
%%====================================================================
%% Internal functions
%%====================================================================
|