mas/Sources/PrivateFrameworks/StoreFoundation/ISServiceProxy.h
2021-04-26 21:04:37 -07:00

63 lines
2.5 KiB
Objective-C

//
// 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 <ISUIService> uiService;
//- (id)uiServiceWithErrorHandler:(CDUnknownBlockType)arg1;
//- (void)inAppServiceSynchronousBlock:(CDUnknownBlockType)arg1;
//@property(readonly, nonatomic) id <ISInAppService> inAppService;
//- (id)inAppServiceWithErrorHandler:(CDUnknownBlockType)arg1;
//- (void)transactionServiceSynchronousBlock:(CDUnknownBlockType)arg1;
//@property(readonly, nonatomic) id <ISTransactionService> transactionService;
//- (id)transactionServiceWithErrorHandler:(CDUnknownBlockType)arg1;
//- (void)assetServiceSynchronousBlock:(CDUnknownBlockType)arg1;
//@property(readonly, nonatomic) id <ISAssetService> assetService;
//- (id)assetServiceWithErrorHandler:(CDUnknownBlockType)arg1;
//- (void)downloadServiceSynchronousBlock:(CDUnknownBlockType)arg1;
//@property(readonly, nonatomic) id <ISDownloadService> downloadService;
//- (id)downloadServiceWithErrorHandler:(CDUnknownBlockType)arg1;
//- (void)accountServiceSynchronousBlock:(CDUnknownBlockType)arg1;
@property(readonly, nonatomic) id <ISAccountService> 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 <ISServiceRemoteObject> exportedObject;
- (ISServiceProxy * __nonnull)initWithStoreClient:(ISStoreClient * __nonnull)arg1;
@end
NS_ASSUME_NONNULL_END