Doubt with migration to v3 version in my code

[Problem/Question]
I’m trying to migrate my viewController that worked with v2 inheriting from SBUChannelViewController, and I have two doubts with two errors appearing after changing inheritance to SBUGroupChannelViewController. This error is also shown: Type ‘B4workChannelViewControler’ does not conform to protocol ‘UIScrollViewDelegate’

  1. Unavailable instance method ‘scrollViewDidScroll’ was used to satisfy a requirement of protocol ‘UIScrollViewDelegate’: This function has been moved to SBUGroupChannelModule.List. but i’m not using this method or implementing it in my view controller

  2. With v2 I could use the tableview datasource to manage logic for two cells i’m registering now in the tableview inside list component, where should I do that management now?

Thanks