I want to store the completion block object to another block object of my following function
- (void)downloadCompletedWithompletion:(void (^)(BOOL success,id responseObject, NSError *error))completion
{
}
Can anybody suggest me the syntax of block object to store the completion