NERoomPropertyValue

@objcMembers
public class NERoomPropertyValue : NSObject, Codable

房间属性的值

  • 属性的值

    Declaration

    Swift

    public var value: String
  • 属性变更时间

    Declaration

    Swift

    public var time: TimeInterval
  • Declaration

    Swift

    public required init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws