summaryrefslogtreecommitdiff
path: root/objective-c/src/Ice/BatchRequestInterceptorI.h
blob: 9ebcc87600ed38a6bfab46f5d2ddd19530e529d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// **********************************************************************
//
// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// **********************************************************************

#import <objc/Ice/Initialize.h>

#include <Ice/BatchRequestInterceptor.h>

@interface ICEBatchRequestInterceptor : NSObject
+(Ice::BatchRequestInterceptor*)
batchRequestInterceptorWithBatchRequestInterceptor:(void(^)(id<ICEBatchRequest>, int, int))arg;
@end