Add some comments

This commit is contained in:
yostyle
2022-10-18 17:32:40 +02:00
parent 90acfe9a43
commit edca596f49
5 changed files with 7 additions and 4 deletions
@@ -31,6 +31,6 @@ struct VoiceBroadcastChunk {
/// Chunk sequence number
let sequence: UInt
// TODO: add attachment here
let attachment: NSObject
// TODO: VB add chunk attachment here
let attachmentUrl: URL
}