// // 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 { 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