Skip to content

Commit

Permalink
fix replace initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
mui-z committed Jul 18, 2023
1 parent 2dae906 commit 1ee3936
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ protocol EFNovelControllerProtocol {

// MARK: parameter and public functions
public class EFNovelController: EFNovelControllerProtocol {
public init() {}

private(set) var index = 0

Expand Down

0 comments on commit 1ee3936

Please sign in to comment.