Created
January 22, 2022 22:51
-
-
Save malcommac/1a7708d9af2cb3a450c62d34c1b4b438 to your computer and use it in GitHub Desktop.
UserExperiments_4.swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if FFService.main.user.allowsSSON { | |
// do something | |
} else { | |
// do something else | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment