// // MCOOperation+Internals.h // mailcore2 // // Created by Matt Ronge on 01/31/13. // Copyright (c) 2013 MailCore. All rights reserved. // #import #import // Shhh, secret stuff in here @interface MCOOperation () - (id)initWithOperation:(mailcore::Operation *)op; #ifdef __cplusplus - (mailcore::Operation *)operation; #endif - (void)start; @end