@class NSString, NSObject; @protocol OS_os_log; @interface CNAPITriageLogger : NSObject @property (class, readonly) NSObject *os_log; @property (readonly) NSObject *log; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (void)setThreadEntryPoint:(SEL)a0; + (id)threadEntryPoint; - (void)request:(id)a0 spentTimeInClientCode:(double)a1; - (id)init; - (void)clientStoppedEnumerationForRequest:(id)a0; - (void)didExecuteFetchRequest:(id)a0 duration:(double)a1; - (void)didReturnAllResultsForContactFetchRequest:(id)a0; - (void)request:(id)a0 willReturnAnchor:(id)a1; - (void)request:(id)a0 encounteredError:(id)a1; - (void).cxx_destruct; - (void)request:(id)a0 failedWithError:(id)a1; - (void)request:(id)a0 containsContact:(id)a1; - (void)willExecuteFetchRequest:(id)a0; @end