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