ChunkedDc.swift 406 B

1234567891011121314
  1. /**
  2. * Copyright (c) 2018 Threema GmbH / SaltyRTC Contributors
  3. *
  4. * Licensed under the Apache License, Version 2.0, <see LICENSE-APACHE file> or
  5. * the MIT license <see LICENSE-MIT file>, at your option. This file may not be
  6. * copied, modified, or distributed except according to those terms.
  7. */
  8. import Foundation
  9. /// Commonly used constants.
  10. struct Common {
  11. static let headerLength: UInt32 = 9
  12. }