mas/mas-cli/Headers/StoreFoundation/ISDataProvider.h
2015-08-02 21:38:38 +01:00

49 lines
1.7 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 "NSObject.h"
#import "NSCopying.h"
@class ISAuthenticationContext, ISStoreClient, NSNumber, NSString, NSURL;
@interface ISDataProvider : NSObject <NSCopying>
{
ISAuthenticationContext *_authenticationContext;
NSNumber *_authenticatedAccountDSID;
long long _contentLength;
NSString *_contentType;
id _output;
NSURL *_redirectURL;
int _bagType;
ISStoreClient *_storeClient;
}
+ (id)provider;
+ (id)providerWithStoreClient:(id)arg1;
@property int bagType; // @synthesize bagType=_bagType;
@property(readonly) ISStoreClient *storeClient; // @synthesize storeClient=_storeClient;
@property(retain) NSURL *redirectURL; // @synthesize redirectURL=_redirectURL;
@property(retain) id output; // @synthesize output=_output;
@property(retain) NSString *contentType; // @synthesize contentType=_contentType;
@property long long contentLength; // @synthesize contentLength=_contentLength;
@property(retain) NSNumber *authenticatedAccountDSID; // @synthesize authenticatedAccountDSID=_authenticatedAccountDSID;
@property(retain) ISAuthenticationContext *authenticationContext; // @synthesize authenticationContext=_authenticationContext;
- (void).cxx_destruct;
- (void)setup;
- (BOOL)parseData:(id)arg1 returningError:(id *)arg2;
@property(readonly) long long streamedBytes;
- (void)resetStream;
- (void)migrateOutputFromSubProvider:(id)arg1;
@property(readonly, getter=isStream) BOOL stream;
- (void)configureFromProvider:(id)arg1;
- (void)closeStreamReturningError:(id *)arg1;
- (id)copyWithZone:(struct _NSZone *)arg1;
- (id)init;
- (id)initWithStoreClient:(id)arg1;
@end