@class NSString; @protocol SRCSTextMarkerRangeProtocol; @interface SRCSPhraseMatchResult : NSObject @property (retain) id userInfo; @property (readonly) NSString *matchedString; @property (readonly) id markerRange; - (long long)location; - (id)description; - (void).cxx_destruct; - (id)initWithMarkerRange:(id)a0 matchedString:(id)a1 userInfo:(id)a2; @end