aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/abstract/MCOAbstractMessage+Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objc/abstract/MCOAbstractMessage+Private.h')
-rw-r--r--src/objc/abstract/MCOAbstractMessage+Private.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/objc/abstract/MCOAbstractMessage+Private.h b/src/objc/abstract/MCOAbstractMessage+Private.h
deleted file mode 100644
index e3f37128..00000000
--- a/src/objc/abstract/MCOAbstractMessage+Private.h
+++ /dev/null
@@ -1,27 +0,0 @@
-//
-// MCOAbstractMessage+Private.h
-// mailcore2
-//
-// Created by DINH Viêt Hoà on 3/23/13.
-// Copyright (c) 2013 MailCore. All rights reserved.
-//
-
-#ifndef MAILCORE_MCOABSTRACTMESSAGE_PRIVATE_H
-
-#define MAILCORE_MCOABSTRACTMESSAGE_PRIVATE_H
-
-#ifdef __cplusplus
-
-namespace mailcore {
- class AbstractMessage;
-}
-
-@interface MCOAbstractMessage (Private)
-
-- (id) initWithMCMessage:(mailcore::AbstractMessage *)message;
-
-@end
-
-#endif
-
-#endif