aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/utils/NSIndexSet+MCO.h
blob: 66aa5229c3013b12eb1822138aacbf7c30b03595 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
//  NSIndexSet+MCO.h
//  mailcore2
//
//  Created by Hoa V. DINH on 9/10/13.
//  Copyright (c) 2013 MailCore. All rights reserved.
//

#import <Foundation/Foundation.h>

@class MCOIndexSet;

@interface NSIndexSet (MCO)

/** Returns a MCOIndexSet from an NSIndexSet */
- (MCOIndexSet *) mcoIndexSet;

@end