SectionSettings
public struct SectionSettings : Equatable, Hashable, Codable
extension SectionSettings: Sendable
-
Declaration
Swift
public var sectionId: String -
Declaration
Swift
public var isFollowed: Bool -
Declaration
Swift
public var isBlocked: Bool -
Declaration
Swift
public init(sectionId: String, isFollowed: Bool, isBlocked: Bool)