@class NSString; @interface RBSTagAttribute : RBSAttribute @property (readonly, copy, nonatomic) NSString *tag; + (id)attributeWithTag:(id)a0; - (unsigned long long)hash; - (id)initWithRBSXPCCoder:(id)a0; - (id)description; - (void).cxx_destruct; - (BOOL)isEqual:(id)a0; - (void)encodeWithRBSXPCCoder:(id)a0; @end