- Constants.swift
- The
Tools
folder - The
Extensions
folder includes common extensions. (Example: UIViewController.swift)
Structure of the module:
- The
Model
folder includes models relating to the module - The
Views
folder:- Module.storyboard
- The
Cell
folder:- Cell.xib
- Cell.swift
- The
Module
folder includes files of the module- ModuleViewController.swift
- ModulePresenter.swift
- ModuleRouter.swift
- ModuleConfigurator.swift
- The
Interactors
folder includes interactors files