class RxCLLocationManagerDelegateProxy: DelegateProxy<CLLocationManager, CLLocationManagerDelegate>, DelegateProxyType, CLLocationManagerDelegate { } Created by Faiz Mokhtar
extension Reactive where Base: CLLocationManager { var delegate: DelegateProxy<CLLocationManager, CLLocationManagerDelegate> { RxCLLocationManagerDelegateProxy.proxy(for: base) } } Created by Faiz Mokhtar