blob: 5157accda06ddfdb7f0017da1425354309da2b87 [file] [log] [blame]
import CoreLocation
public func getCLError() -> Any.Type {
return CLError.self
}
public func getCLErrorCode() -> Any.Type {
return CLError.Code.self
}