// // Created by mronge on 1/31/13. // #ifndef MAILCORE_NSERROR_MCO_H #define MAILCORE_NSERROR_MCO_H #import #import @interface NSError (MCO) #ifdef __cplusplus + (NSError *) mco_errorWithErrorCode:(mailcore::ErrorCode)code; #endif @end #endif