mas/mas-cli/Headers/CommerceKit/CKStoreClient.h

37 lines
856 B
C
Raw Normal View History

2015-08-02 20:38:38 +00:00
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
#import "ISSingleton.h"
@class ISStoreClient, NSString;
@interface CKStoreClient : NSObject <ISSingleton>
{
ISStoreClient *_storeClient;
}
+ (void)setStoreFrontID:(id)arg1;
+ (id)storeFrontID;
+ (BOOL)isBookStoreClient;
+ (BOOL)isAppStoreClient;
+ (void)configureClientAsType:(long long)arg1;
+ (id)_serviceProxy;
+ (id)sharedInstance;
@property(readonly) ISStoreClient *storeClient; // @synthesize storeClient=_storeClient;
- (void).cxx_destruct;
- (id)primaryAccount;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end