Skip to content

Commit 1dd0428

Browse files
author
Fernando Fernandes
committed
Make init public
1 parent 2512843 commit 1dd0428

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Sources/Device/Device.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ public class Device {
77

88
/// Enables / disables logging output to both *Xcode's Console* and the macOS *Console app*. `true` by default.
99
internal var isLoggingEnabled: Bool = true
10+
11+
// MARK: - Lifecycle
12+
13+
public init() {}
1014
}

0 commit comments

Comments
 (0)