Проверка шаблона шины для iOS
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
307B

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