Skip to content

Commit

Permalink
Added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kudoleh committed Jun 10, 2020
1 parent 334a381 commit a2d34ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// Created by Oleh Kudinov on 01.10.18.
//

// **Note**: DTOs structs are mapped into Domains here, and Repository protocols does not contain DTOs

import Foundation
import Networking

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
// Created by Oleh Kudinov on 18.02.19.
//

import Foundation
// **Note**: This view model is to display data and does not contain any domain model to prevent views accessing it

// Note: This view model is to display data and does not contain any domain model to prevent views accessing it
import Foundation

struct MoviesListItemViewModel: Equatable {
let title: String
Expand Down

0 comments on commit a2d34ae

Please sign in to comment.