aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/abstract/MCOAbstractMessage.h
diff options
context:
space:
mode:
authorGravatar Matt Ronge <mronge@mronge.com>2014-03-14 16:31:14 -0500
committerGravatar Matt Ronge <mronge@mronge.com>2014-03-14 16:31:14 -0500
commit92c618dc4b8e20a556d2f46a978f88673b241485 (patch)
treec4f2eaea173c549659aac36c960691682b07c33d /src/objc/abstract/MCOAbstractMessage.h
parentad5e306b3af920169ae1842a7fd2cfce8fcf5022 (diff)
Moved implementation of requiredPartsForRendering
Diffstat (limited to 'src/objc/abstract/MCOAbstractMessage.h')
-rw-r--r--src/objc/abstract/MCOAbstractMessage.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/objc/abstract/MCOAbstractMessage.h b/src/objc/abstract/MCOAbstractMessage.h
index f15975dd..d917d82f 100644
--- a/src/objc/abstract/MCOAbstractMessage.h
+++ b/src/objc/abstract/MCOAbstractMessage.h
@@ -38,6 +38,12 @@
It will return an array of MCOAttachment for MCOMessageBuilder. */
- (NSArray * /* MCOAbstractPart */) htmlInlineAttachments;
+/**
+ Returns parts required to render the message as plain text or html.
+ This does not include inline images and attachments, but only the text content
+ */
+- (NSArray *) requiredPartsForRendering;
+
@end
#endif