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