PinnedMessage
@objc(SBDPinnedMessage)
public final class PinnedMessage : NSObject, Codable, NSCopying, Injectable
Undocumented
-
Undocumented
Declaration
Swift
@objc public internal(set) var message: BaseMessage? { get }
-
Default constructor.
Declaration
Swift
public required init(from decoder: Decoder) throws
Parameters
decoder
Decoder
instance -
Undocumented
Declaration
Swift
public func copy(with zone: NSZone? = nil) -> Any