Unlike the project Imaging-1, you moved UINavigationControllerDelegate to interactor (business logic).
Why did you do that, I always thought business logic should not be dependent o UIkit?
|
class HomeInteractor: NSObject, HomeBusinessLogic, HomeDataStore, UINavigationControllerDelegate, UIImagePickerControllerDelegate |