diff --git a/RxCocoa/Common/DelegateProxyType.swift b/RxCocoa/Common/DelegateProxyType.swift index ea38f8e9..0bc0bb04 100644 --- a/RxCocoa/Common/DelegateProxyType.swift +++ b/RxCocoa/Common/DelegateProxyType.swift @@ -68,7 +68,7 @@ every view has a corresponding delegate virtual factory method. In case of UITableView / UIScrollView, there is - extensions UIScrollView { + extension UIScrollView { public func rx_createDelegateProxy() -> RxScrollViewDelegateProxy { return RxScrollViewDelegateProxy(view: self) }