Replacing getter method definition with readonly property
This commit is contained in:
parent
7211755d9c
commit
edebae2de6
@ -780,14 +780,13 @@ NSTimeInterval const kAFUploadStream3GSuggestedDelay = 0.2;
|
||||
@interface AFMultipartBodyStreamProvider : NSObject
|
||||
@property (nonatomic, assign) NSUInteger bufferLength;
|
||||
@property (nonatomic, assign) NSTimeInterval delay;
|
||||
@property (nonatomic, readonly) NSInputStream *inputStream;
|
||||
@property (nonatomic, readonly) unsigned long long contentLength;
|
||||
@property (nonatomic, readonly, getter = isEmpty) BOOL empty;
|
||||
|
||||
- (id)initWithStringEncoding:(NSStringEncoding)encoding;
|
||||
- (void)setInitialAndFinalBoundaries;
|
||||
- (void)appendHTTPBodyPart:(AFHTTPBodyPart *)bodyPart;
|
||||
|
||||
- (NSInputStream *)inputStream;
|
||||
@end
|
||||
|
||||
#pragma mark -
|
||||
|
||||
Loading…
Reference in New Issue
Block a user