@class NSString; @interface PXDebugValue : NSObject @property (readonly, nonatomic) NSString *label; @property (readonly, nonatomic) unsigned long long highlightStyle; - (id)initWithLabel:(id)a0; - (void).cxx_destruct; @end