RxSwift/RxCocoa/iOS/Proxies/RxCollectionViewDelegatePro...

19 lines
460 B
Swift

//
// RxCollectionViewDelegateProxy.swift
// RxCocoa
//
// Created by Krunoslav Zaher on 6/29/15.
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
//
import Foundation
import UIKit
#if !RX_NO_MODULE
import RxSwift
#endif
// Please take a look at `DelegateProxyType.swift`
class RxCollectionViewDelegateProxy : RxScrollViewDelegateProxy
, UICollectionViewDelegate, UICollectionViewDelegateFlowLayout {
}