// // 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