import CoreLocation
import CoreBluetooth

public protocol XYLocationDelegate: class {
  func didRangeBeacons(_ beacons: [XYBluetoothDevice], for family: XYDeviceFamily?)