@protocol GEOAnalyticsDataServiceProxy; @interface GEOAnalyticsDataService : NSObject { id _proxyObj; } + (id)sharedService; + (void)useLocalProxy; - (void).cxx_destruct; - (id)initWithProxyClass:(Class)a0; - (int)networkEventFileDescriptorForRepresentativeDate:(id)a0; - (int)requestResponseMetadataFileDescriptorForBatchID:(unsigned long long)a0; @end