aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/rfc822
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-04-05 20:42:57 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-04-05 20:42:57 -0700
commited6ba5a558bccf6024c1a5ab3db2b89d4c6a1420 (patch)
treeb9d4ab38cb52dda3ac2add8b008b677d3f6de4d0 /src/objc/rfc822
parent03dc4ca7e3a6f4fbd73cf9f83a3871a307d043a2 (diff)
Documentation for abstract
Diffstat (limited to 'src/objc/rfc822')
-rw-r--r--src/objc/rfc822/MCOMessageBuilder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objc/rfc822/MCOMessageBuilder.h b/src/objc/rfc822/MCOMessageBuilder.h
index fb48ac91..a2131d05 100644
--- a/src/objc/rfc822/MCOMessageBuilder.h
+++ b/src/objc/rfc822/MCOMessageBuilder.h
@@ -62,6 +62,7 @@
- (NSData *) data;
// HTML rendering of the message to be displayed in a web view.
+// The delegate can be nil.
- (NSString *) htmlRenderingWithDelegate:(id <MCOHTMLRendererDelegate>)delegate;
@end