Skip to content

Commit

Permalink
♻️ (ContentKit): Refactor to enum instead of class
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Feb 8, 2024
1 parent e5594ef commit 172e51d
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions Modules/ContentKit/Sources/ContentKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,4 @@ let log = LogKit.createLoggerFor(module: "ContentKit")

// MARK: - ContentKit

public class ContentKit {
// MARK: Lifecycle

private init() {
// nothing to do
}

// MARK: Public

public var shared: ContentKit {
ContentKit()
}
}
public enum ContentKit {}

0 comments on commit 172e51d

Please sign in to comment.