We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c490c48 commit 84402bcCopy full SHA for 84402bc
1 file changed
Sources/BitReader.swift
@@ -6,7 +6,7 @@
6
import Foundation
7
8
/// A type that contains functions for reading `Data` bit-by-bit and byte-by-byte.
9
-public protocol BitReader: class {
+public protocol BitReader: AnyObject {
10
11
/// True, if reader's BIT pointer is aligned with the BYTE border.
12
var isAligned: Bool { get }
0 commit comments