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

21 line
373B

  1. version: 2
  2. model:
  3. finishLoading: [Bool, false]
  4. isLoading: [Bool, false]
  5. join: [Bool, false]
  6. textUI: [String, ""]
  7. testTextUI: [String, ""]
  8. service:
  9. actions:
  10. busModel
  11. pipes:
  12. finishLoading: [toggle, K.finishLoading]
  13. isLoading: [many, K.isLoading]
  14. join: [toggle, K.join]
  15. textUI: [many, K.textUI]
  16. testTextUI: [many, K.testTextUI]
  17. world: