// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // @import Foundation; @class ISStoreClient, Protocol; @protocol ISAccountService; NS_ASSUME_NONNULL_BEGIN typedef void (^ISErrorHandler)(NSError * __nonnull error); @interface ISServiceProxy : NSObject { ISStoreClient *_storeClient; } + (ISServiceProxy * __nonnull)genericSharedProxy; + (void)initialize; @property(retain, nonatomic, nullable) ISStoreClient *storeClient; // @synthesize storeClient=_storeClient; //- (void).cxx_destruct; //- (void)uiServiceSynchronousBlock:(CDUnknownBlockType)arg1; //@property(readonly, nonatomic) id uiService; //- (id)uiServiceWithErrorHandler:(CDUnknownBlockType)arg1; //- (void)inAppServiceSynchronousBlock:(CDUnknownBlockType)arg1; //@property(readonly, nonatomic) id inAppService; //- (id)inAppServiceWithErrorHandler:(CDUnknownBlockType)arg1; //- (void)transactionServiceSynchronousBlock:(CDUnknownBlockType)arg1; //@property(readonly, nonatomic) id transactionService; //- (id)transactionServiceWithErrorHandler:(CDUnknownBlockType)arg1; //- (void)assetServiceSynchronousBlock:(CDUnknownBlockType)arg1; //@property(readonly, nonatomic) id assetService; //- (id)assetServiceWithErrorHandler:(CDUnknownBlockType)arg1; //- (void)downloadServiceSynchronousBlock:(CDUnknownBlockType)arg1; //@property(readonly, nonatomic) id downloadService; //- (id)downloadServiceWithErrorHandler:(CDUnknownBlockType)arg1; //- (void)accountServiceSynchronousBlock:(CDUnknownBlockType)arg1; @property(readonly, nonatomic) id accountService; //- (id)accountServiceWithErrorHandler:(CDUnknownBlockType)arg1; - (void)connectionWasInterrupted; - (void)registerForInterrptionNotification; //- (void)performSynchronousBlock:(CDUnknownBlockType)arg1 withServiceName:(id)arg2 protocol:(id)arg3 isMachService:(BOOL)arg4 interfaceClassName:(id)arg5; //- (id)objectProxyForServiceName:(id)arg1 protocol:(id)arg2 interfaceClassName:(id)arg3 isMachService:(BOOL)arg4 errorHandler:(CDUnknownBlockType)arg5; //- (id)connectionWithServiceName:(id)arg1 protocol:(id)arg2 isMachService:(BOOL)arg3; //@property(readonly, nonatomic) Protocol *exportedProtocol; //@property(readonly, nonatomic) __weak id exportedObject; - (ISServiceProxy * __nonnull)initWithStoreClient:(ISStoreClient * __nonnull)arg1; @end NS_ASSUME_NONNULL_END