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

20 lines
274B

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