For #4007 - Add ShareController for handling ShareFragment's business logic
`ShareController` defines a contract with all possible `ShareFragment`'s behavior changes and comes with a default implementation - `DefaultShareController`. It is to be delegated by all `ShareFragment`s contained Views' Interactors following any user interactions.
Please register or sign in to comment