Skip to content

Commit

Permalink
Fixed BluetoothUUID
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Dec 4, 2017
1 parent f1d4520 commit 0521b36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/BluetoothUUID.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2016 PureSwift. All rights reserved.
//

import struct Foundation.UUID
import Foundation

/// Bluetooth UUID
public enum BluetoothUUID {
Expand Down Expand Up @@ -321,7 +321,6 @@ public extension Foundation.UUID {

#if os(macOS) || os(iOS) || os(tvOS)

import Foundation
import CoreBluetooth

public extension BluetoothUUID {
Expand Down

0 comments on commit 0521b36

Please sign in to comment.