aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/utils/MCOIndexSet+Private.h
blob: ad7cd1ba742523af6a17fccb5ee108b14d2672b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//
//  MCOIndexSet+Private.h
//  mailcore2
//
//  Created by DINH Viêt Hoà on 3/24/13.
//  Copyright (c) 2013 MailCore. All rights reserved.
//

#ifndef MAILCORE_MCOINDEXSET_PRIVATE_H

#define MAILCORE_MCOINDEXSET_PRIVATE_H

#ifdef __cplusplus
@interface MCOIndexSet (Private)

- (id) initWithMCIndexSet:(mailcore::IndexSet *)indexSet;

@end
#endif

#endif