diff --git a/GithubJobs/Helpers/Utils/Color/FeatureFlagsManager.swift b/GithubJobs/Helpers/Utils/Color/FeatureFlagsManager.swift index b6d79cc..d13372e 100644 --- a/GithubJobs/Helpers/Utils/Color/FeatureFlagsManager.swift +++ b/GithubJobs/Helpers/Utils/Color/FeatureFlagsManager.swift @@ -15,7 +15,7 @@ protocol FeatureFlagProtocol { } -class CustomChevronFeatureFlag: FeatureFlagProtocol { +final class CustomChevronFeatureFlag: FeatureFlagProtocol { let identifier: String = "UseCustomChevron" let title: String = "User custom chevron view"