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

14 line
346B

  1. version: 5
  2. activityDates: [Date?, nil, recent]
  3. timeout: [Bool, false, toggle]
  4. reallyTest1: [Bool, false, exRecent]
  5. exReallyTest1: [Bool?, nil, set]
  6. test2: [Bool, false, set]
  7. test3: [Bool, false, toggleNil]
  8. test4: [Bool, false, exrecent, K]
  9. test5: [Bool, false, recent, D]
  10. test6: [Bool, false, recent, K.abc]
  11. test7: [Bool, false, recent, D.def]