Skip to content

Commit

Permalink
Add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pahnev committed Oct 5, 2019
1 parent 4ea5691 commit 20a3941
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Screen.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

import UIKit

public struct Screen {
init(width: Double, height: Double, scale: Double) {
self.width = width
Expand Down
2 changes: 2 additions & 0 deletions Sources/System.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

import Foundation

class System {
static var name: String? {
var systemInfo = utsname()
Expand Down

0 comments on commit 20a3941

Please sign in to comment.