Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bannzai committed Dec 25, 2016
1 parent f17f6b5 commit 6d9ab1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ I believe that the following concepts are necessary in iOS CleanArchitecture.
- **Entity** - Value object.
- **DataStore** - Data store for Entity.
- **Repository** - Operation Datastore interface.
- **UseCase** - Application operation. translate CRUD operation to repository.
- **UseCase** - Application operation. translate and CRUD operation to repository.
- **Translator** - Translate Entity to Model or Model to Entity.
- **Model** - Converted Entity for UI.
- **Presenter** - Event handle for View.
Expand Down

0 comments on commit 6d9ab1a

Please sign in to comment.