social_actions.hrl 210 B

123456
  1. -define(SOCIAL_ACTION_SUBSCRIBE, 1).
  2. -define(SOCIAL_ACTION_UNSUBSCRIBE, 2).
  3. -define(SOCIAL_ACTION_BLOCK, 3).
  4. -define(SOCIAL_ACTION_UNBLOCK, 4).
  5. -define(SOCIAL_ACTION_LOVE, 5).
  6. -define(SOCIAL_ACTION_HAMMER, 6).