Tag

@objc(LwayveTag)
public final class Tag : NSObject, NamedEntity

An object of the class represents a user like.

Seealso

UserContext
  • The name of the user like.

    Declaration

    Swift

    public let name: String
  • Declaration

    Swift

    public override var hashValue: Int { get }
  • Declaration

    Swift

    public static func ==(lhs: Tag, rhs: Tag) -> Bool
  • Declaration

    Swift

    public override func isEqual(_ object: Any?) -> Bool
  • Declaration

    Swift

    public func encode(with aCoder: NSCoder)
  • Declaration

    Swift

    convenience public init?(coder aDecoder: NSCoder)