@class NSString; @interface LPFetcherStringResponse : LPFetcherResponse @property (readonly, copy, nonatomic) NSString *string; - (void).cxx_destruct; - (id)initWithString:(id)a0 fetcher:(id)a1; @end