@interface DOCDateParser : NSObject { void *_searchParser; } - (id)init; - (void)dealloc; - (id)parse:(id)a0; @end