AFURLSessionTaskNeedNewBodyStreamBlock Block Reference

AFURLSessionTaskNeedNewBodyStreamBlock Block Reference

Declared in AFURLSessionManager.m

Block Definition

AFURLSessionTaskNeedNewBodyStreamBlock

typedef NSInputStream* (^AFURLSessionTaskNeedNewBodyStreamBlock) (NSURLSession *session, NSURLSessionTask *task)
AFURLSessionTaskProgressBlock Block Reference

AFURLSessionTaskProgressBlock Block Reference

Declared in AFURLSessionManager.m

Block Definition

AFURLSessionTaskProgressBlock

typedef void (^AFURLSessionTaskProgressBlock) (NSProgress *)
AFURLSessionTaskWillPerformHTTPRedirectionBlock Block Reference

AFURLSessionTaskWillPerformHTTPRedirectionBlock Block Reference

Declared in AFURLSessionManager.m

Block Definition

AFURLSessionTaskWillPerformHTTPRedirectionBlock

typedef NSURLRequest* (^AFURLSessionTaskWillPerformHTTPRedirectionBlock) (NSURLSession *session, NSURLSessionTask *task, NSURLResponse *response, NSURLRequest *request)
KWChangeMatcherCountBlock Block Reference

KWChangeMatcherCountBlock Block Reference

Declared in KWChangeMatcher.h

Block Definition

KWChangeMatcherCountBlock

typedef NSInteger (^KWChangeMatcherCountBlock) ()
KWFutureObjectBlock Block Reference

KWFutureObjectBlock Block Reference

Declared in KWFutureObject.h

Block Definition

KWFutureObjectBlock

typedef id (^KWFutureObjectBlock) (void )
KWInterceptedObjectBlock Block Reference

KWInterceptedObjectBlock Block Reference

Declared in KWIntercept.m

Block Definition

KWInterceptedObjectBlock

typedef id (^KWInterceptedObjectBlock) (void )
KWMatchersBuildingBlock Block Reference

KWMatchersBuildingBlock Block Reference

Declared in KWMatchers.h

Block Definition

KWMatchersBuildingBlock

typedef void (^KWMatchersBuildingBlock) (KWUserDefinedMatcherBuilder *matcherBuilder)
KWSharedExampleBlock Block Reference

KWSharedExampleBlock Block Reference

Declared in KWSharedExample.h

Block Definition

KWSharedExampleBlock

typedef void (^KWSharedExampleBlock) (NSDictionary *data)