event.hrl 206 B

123456789101112
  1. -ifndef(NITRO_EVENT).
  2. -define(NITRO_EVENT, true).
  3. -include_lib("nitro/include/nitro.hrl").
  4. -record(event, {?ACTION_BASE(action_event), type = default, postback, delegate, validation = []} ).
  5. -endif.