@class NSString, SUCoreEventReporter; @interface SUCoreEventReporterDelegate : NSObject <NSURLSessionDelegate> @property (weak, nonatomic) SUCoreEventReporter *reporter; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)initWithReporter:(id)a0; - (void)URLSession:(id)a0 task:(id)a1 didCompleteWithError:(id)a2; - (void).cxx_destruct; @end