Михаил Капелько 10ヶ月前
コミット
a7f5161e5e
1個のファイルの変更4行の追加1行の削除
  1. +4
    -1
      src/App.swift

+ 4
- 1
src/App.swift ファイルの表示

@@ -9,6 +9,7 @@ struct Content: View {
MeetupId.V()
Divider()
MicItem.V()
MicItem.V("1")
}
}

@@ -54,7 +55,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate
Bus.send(Mic.K.activityDate, Date() + 2)
}
DispatchQueue.main.asyncAfter(deadline: .now() + 6) {
Bus.send(Mic.K.activityDate, Date() + 4)
Bus.send(Mic.K.activityDate, Date() + 7)
}

// "1"
}
}

読み込み中…
キャンセル
保存