@interface WPStringUtils : NSObject + (id)escapedStringWithString:(id)a0; + (id)unescapedStringWithString:(id)a0; @end