Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1009 Bytes

README.md

File metadata and controls

48 lines (39 loc) · 1009 Bytes

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

[email protected]

License

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