Проверка шаблона шины для iOS
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

MeetupId.yml 394B

11 ay önce
10 ay önce
10 ay önce
11 ay önce
11 ay önce
11 ay önce
10 ay önce
11 ay önce
10 ay önce
10 ay önce
11 ay önce
11 ay önce
11 ay önce
11 ay önce
11 ay önce
123456789101112131415161718192021
  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. 🚀shouldResetLoading: Bus.send(K.isLoading, v)
  11. pipes:
  12. finishLoading: [toggle, K.finishLoading]
  13. isLoading: [recent, K.isLoading]
  14. join: [toggle, K.join]
  15. textUI: [recent, K.textUI]
  16. world:
  17. join: [ps]
  18. textUI: [ps]