Skip to content

Commit

Permalink
Merge pull request #923 from DeluxeAlonso/feature/code-cleanup
Browse files Browse the repository at this point in the history
Feature/code cleanup
  • Loading branch information
DeluxeAlonso authored Jul 5, 2024
2 parents 887d366 + 6380d28 commit 741bc58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2019 Alonso. All rights reserved.
//

import UIKit
import Foundation

final class MovieVideosViewModel: MovieVideosViewModelProtocol, SimpleViewStateProcessable {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ final class ErrorPlaceholderView: UIView, NibLoadable, RetryPlaceHolderable {

extension ErrorPlaceholderView {

// TODO: - Localize this
struct Constants {
static let errorTitle = "¡Ups!"
static let errorDetail = "Something went wrong."
Expand Down

0 comments on commit 741bc58

Please sign in to comment.