mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-23 17:28:22 +00:00
Fix bad merge
Summary: Not sure why the build badge is green. Also need to get this to block landing internally. Reviewed By: jessesquires Differential Revision: D4084875 fbshipit-source-id: 67603f7db379f7311dc9c99d77c2e7ce08aff9b1
This commit is contained in:
parent
cf7cfb89df
commit
94b92013ce
1 changed files with 0 additions and 1 deletions
|
|
@ -31,7 +31,6 @@ class DemosViewController: UIViewController, IGListAdapterDataSource {
|
|||
DemoItem(name: "Single Section Controller", controllerClass: SingleSectionViewController.self),
|
||||
DemoItem(name: "Storyboard", controllerClass: SingleSectionViewController.self, controllerIdentifier: "demo"),
|
||||
DemoItem(name: "Single Section Storyboard", controllerClass: SingleSectionViewController.self, controllerIdentifier: "singleSectionDemo"),
|
||||
DemoItem(name: "Working Range", controllerClass: WorkingRangeViewController.self)
|
||||
DemoItem(name: "Working Range", controllerClass: WorkingRangeViewController.self),
|
||||
DemoItem(name: "Diff Algorithm", controllerClass: DiffTableViewController.self),
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue