// // 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) - (instancetype) initWithMCIndexSet:(mailcore::IndexSet *)indexSet; @end #endif #endif