Skip to content

cristi-lupu/VIPER-Generamba-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

VIPER Generamba Template

Folders tree (on example Module with name Photos):

- Photos/
	- Module/
		- Module Input/
			PhotosModuleInput.swift
		- Module Output/
			PhotosModuleOutput.swift
		PhotosModule.swift
	- Assembly/
		PhotosAssembly.swift
	- View/
		- View Input/
			PhotosViewInput.swift
		- View Output/
			PhotosViewOutput.swift
		PhotosViewController.swift
	- Presenter/
		- State/
			PhotosState.swift
		PhotosPresenter.swift
	- Interactor/
		- Interactor Input/
			PhotosInteractorInput.swift
		- Interactor Output/
			PhotosInteractorOutput.swift
		PhotosInteractor.swift
	- Router/
		- Router Input/
			PhotosRouterInput.swift
		PhotosRouter.swift

Usage

Use only with Generamba

Author

lupucristiancptc@gmail.com

License

VIPER Generamba Template is available under the MIT license. See the LICENSE file for more info.