diff --git a/RxExample/RxDataSources/DataSources/CollectionViewSectionedDataSource.swift b/RxExample/RxDataSources/DataSources/CollectionViewSectionedDataSource.swift index 8ad6ebae..6e65c031 100644 --- a/RxExample/RxDataSources/DataSources/CollectionViewSectionedDataSource.swift +++ b/RxExample/RxDataSources/DataSources/CollectionViewSectionedDataSource.swift @@ -8,6 +8,9 @@ import Foundation import UIKit +#if !RX_NO_MODULE + import RxCocoa +#endif public class _CollectionViewSectionedDataSource : NSObject diff --git a/RxExample/RxDataSources/DataSources/TableViewSectionedDataSource.swift b/RxExample/RxDataSources/DataSources/TableViewSectionedDataSource.swift index 024c7f40..d50c4fc7 100644 --- a/RxExample/RxDataSources/DataSources/TableViewSectionedDataSource.swift +++ b/RxExample/RxDataSources/DataSources/TableViewSectionedDataSource.swift @@ -8,6 +8,9 @@ import Foundation import UIKit +#if !RX_NO_MODULE + import RxCocoa +#endif // objc monkey business public class _TableViewSectionedDataSource