InterestPicker
public struct InterestPicker
extension InterestPicker: Equatable, Hashable
-
Declaration
Swift
public var receivedFeedRank: Int32
-
Declaration
Swift
public var title: String
-
Declaration
Swift
public var subtitle: String
-
Declaration
Swift
public var sections: [InterestPickerSection]
-
Declaration
Swift
public init(receivedFeedRank: Int32, title: String, subtitle: String, sections: [InterestPickerSection])
-
Declaration
Swift
public static func == (lhs: InterestPicker, rhs: InterestPicker) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)