Проверка шаблона шины для iOS
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

14 行
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]