blob: 3537e38dee688dd4a5d479b472913f78da5b3fdf [file] [log] [blame]
import CoreLocation
import Foundation
public func getCLError() -> Any.Type {
return CLError.self
}
public func getCLErrorCode() -> Any.Type {
return CLError.Code.self
}
public func getNotificationNameSet() -> Any.Type {
return Set<NSNotification.Name>.self
}