@class NSString, NSDictionary, NSData, NSArray, NSInputStream, NSURL; @interface SSMutableURLRequestProperties : SSURLRequestProperties @property (copy) NSDictionary *additionalMetrics; @property BOOL allowsBootstrapCellularData; @property (copy) NSString *clientAuditBundleIdentifier; @property (copy) NSData *clientAuditTokenData; @property (retain) NSInputStream *HTTPBodyStream; @property long long KBSyncType; @property (getter=isLargeDownload) BOOL largeDownload; @property BOOL requiresCellularDataNetwork; @property BOOL requiresExtendedValidationCertificates; @property BOOL requiresExternal; @property BOOL requiresHTTPS; @property BOOL shouldAddKBSyncData; @property BOOL shouldDecodeResponse; @property BOOL shouldDisableCellular; @property BOOL shouldDisableCellularFallback; @property BOOL shouldDisableReversePush; @property BOOL shouldDisableReversePushSampling; @property BOOL shouldProcessProtocol; @property BOOL shouldSendSecureToken; @property BOOL shouldSetCookies; @property long long URLBagType; @property (copy) id /* block */ URLBagURLBlock; @property (copy) NSArray *URLs; @property long long allowedRetryCount; @property unsigned long long cachePolicy; @property (copy) NSString *clientIdentifier; @property long long expectedContentLength; @property (copy) NSData *HTTPBody; @property (copy) NSString *HTTPMethod; @property (getter=isITunesStoreRequest) BOOL ITunesStoreRequest; @property long long machineDataStyle; @property unsigned long long networkServiceType; @property double timeoutInterval; @property (copy) NSString *URLBagKey; @property (retain) NSURL *URL; @property (copy) NSArray *userAgentComponents; @property (copy) NSDictionary *HTTPHeaders; @property (copy) NSDictionary *requestParameters; - (void)setValue:(id)a0 forHTTPHeaderField:(id)a1; - (void)setTimeoutInterval:(double)a0; - (void)setCachePolicy:(unsigned long long)a0; - (void)setClientAuditTokenData:(id)a0; - (void)setAdditionalMetrics:(id)a0; - (void)setAllowedRetryCount:(long long)a0; - (void)setAllowsBootstrapCellularData:(BOOL)a0; - (void)setMachineDataStyle:(long long)a0; - (void)setShouldDisableCellularFallback:(BOOL)a0; - (void)setShouldDisableReversePushSampling:(BOOL)a0; - (void)setRequiresCellularDataNetwork:(BOOL)a0; - (void)setShouldAddKBSyncData:(BOOL)a0; - (void)setURLBagKey:(id)a0; - (void)setShouldDecodeResponse:(BOOL)a0; - (void)setShouldDisableReversePush:(BOOL)a0; - (void)setHTTPBody:(id)a0; - (void)setRequiresExtendedValidationCertificates:(BOOL)a0; - (void)setValue:(id)a0 forRequestParameter:(id)a1; - (void)setURLBagURLBlock:(id /* block */)a0; - (void)setShouldProcessProtocol:(BOOL)a0; - (void)setURLBagType:(long long)a0; - (void)setShouldSendSecureToken:(BOOL)a0; - (void)setExpectedContentLength:(long long)a0; - (void)setShouldDisableCellular:(BOOL)a0; - (void)setURLs:(id)a0; - (void)setHTTPBodyStream:(id)a0; - (void)setClientAuditBundleIdentifier:(id)a0; - (void)setRequiresHTTPS:(BOOL)a0; - (void)setUserAgentComponents:(id)a0; - (void)setShouldSetCookies:(BOOL)a0; - (void)setITunesStoreRequest:(BOOL)a0; - (void)setRequiresExternal:(BOOL)a0; - (void)setHTTPHeaders:(id)a0; - (void)setLargeDownload:(BOOL)a0; - (void)setHTTPMethod:(id)a0; - (void)setMultiPartFormDataWithDictionary:(id)a0; - (void)setClientIdentifier:(id)a0; - (void)setKBSyncType:(long long)a0; - (void)setURL:(id)a0; - (void)setRequestParameters:(id)a0; - (void)setNetworkServiceType:(unsigned long long)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; @end