Проверка шаблона шины для iOS
25개 이상의 토픽을 선택하실 수 없습니다. 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: