Skip to content

Commit ae7d354

Browse files
committed
Fixes compilation issues.
1 parent 4ea2156 commit ae7d354

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Example/Example1_CustomizationUsingTableViewDelegate.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import UIKit
1111
import RxSwift
1212
import RxCocoa
1313
import RxDataSources
14+
import Differentiator
1415

1516
struct MySection {
1617
var header: String

Example/Example4_DifferentSectionAndItemTypes.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import UIKit
1010
import RxDataSources
1111
import RxCocoa
1212
import RxSwift
13+
import Differentiator
1314

1415
// the trick is to just use enum for different section types
1516
class MultipleSectionModelViewController: UIViewController {

0 commit comments

Comments
 (0)