Проверка шаблона шины для iOS
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.

15 lines
264B

  1. version: 2
  2. model:
  3. activeIds: [[String], []]
  4. activityDates: [[String:Date], [:]]
  5. service:
  6. actions:
  7. shouldResetActivityDates: Bus.send(K.activityDates, v)
  8. pipes:
  9. activeIds: [recent, K.activeIds]
  10. activityDates: [recent, K.activityDates]
  11. world: