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

19 line
313B

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