diff options
-rw-r--r-- | src/objc/abstract/MCOAbstractMessage.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/objc/abstract/MCOAbstractMessage.h b/src/objc/abstract/MCOAbstractMessage.h index bc9b26f7..ed858808 100644 --- a/src/objc/abstract/MCOAbstractMessage.h +++ b/src/objc/abstract/MCOAbstractMessage.h @@ -25,10 +25,6 @@ namespace mailcore { #ifdef __cplusplus - (instancetype) initWithMCMessage:(mailcore::AbstractMessage *)message NS_DESIGNATED_INITIALIZER; -/** Do not invoke this directly. */ -- (instancetype) init NS_UNAVAILABLE; -/** Do not invoke this directly. */ -+ (instancetype) new NS_UNAVAILABLE; #endif /** Header of the message. */ |