InterestPicker
public struct InterestPicker : Equatable, Hashable, Codable
extension InterestPicker: Sendable
-
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])