Skip to content

Instantly share code, notes, and snippets.

@malcommac
Created January 22, 2022 22:49
Show Gist options
  • Save malcommac/b87dca89ac1a97e2e793e630349e227a to your computer and use it in GitHub Desktop.
Save malcommac/b87dca89ac1a97e2e793e630349e227a to your computer and use it in GitHub Desktop.
FlagsCollectionProtocol Example 2
public struct UserExperiments: FlagsCollectionProtocol {
@Flag(key: "sson", default: false, description: "Enable Single-Sign-On")
var allowsSSON: Bool
public init() {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment