NERoomPropertyValue
@objcMembers
public class NERoomPropertyValue : NSObject, Codable
房间属性的值
-
属性的值
Declaration
Swift
public var value: String -
rtcUid
Declaration
Swift
public var rtcUid: UInt64 -
opNum
Declaration
Swift
public var opNum: Int -
属性变更时间
Declaration
Swift
public var time: TimeInterval -
Declaration
Swift
public required init(from decoder: Decoder) throws -
Declaration
Swift
public func encode(to encoder: Encoder) throws