Fixes compilation of example app.
This commit is contained in:
parent
6b3b732208
commit
f9663df3bf
|
|
@ -8,6 +8,9 @@
|
|||
|
||||
import Foundation
|
||||
import UIKit
|
||||
#if !RX_NO_MODULE
|
||||
import RxCocoa
|
||||
#endif
|
||||
|
||||
public class _CollectionViewSectionedDataSource
|
||||
: NSObject
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@
|
|||
|
||||
import Foundation
|
||||
import UIKit
|
||||
#if !RX_NO_MODULE
|
||||
import RxCocoa
|
||||
#endif
|
||||
|
||||
// objc monkey business
|
||||
public class _TableViewSectionedDataSource
|
||||
|
|
|
|||
Loading…
Reference in New Issue