@class NSString; @interface RBAttributeCondition : NSObject { BOOL _value; NSString *_name; } - (id)description; - (void).cxx_destruct; @end