AATGender

public enum AATGender: Int, RawRepresentable {
    case male
    case female
    case other
    case unknown
}

Last updated