Проверка шаблона шины для iOS
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
382B

  1. version: 2
  2. model:
  3. activeIds: [[String], []]
  4. activityDates: [[String:Date], [:]]
  5. requestActivityDate: [String?, nil]
  6. service:
  7. actions:
  8. shouldDeliverActivityDates: Bus.deliver(K.activityDate, v)
  9. shouldResetActivityDates: Bus.send(K.activityDates, v)
  10. pipes:
  11. activeIds: [recent, K]
  12. activityDates: [recent, K]
  13. requestActivityDate: [toggleNil, K]
  14. world: