From 6e0b88498cf83995ac40dbebc2f4709e8e457eb5 Mon Sep 17 00:00:00 2001 From: "Hoa V. DINH" Date: Sat, 18 May 2013 11:30:40 -0700 Subject: Changed delegate prototype to make it easier to use the renderer and customize it. --- example/mac/macExample/macExample/MCTMsgViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/mac') diff --git a/example/mac/macExample/macExample/MCTMsgViewController.m b/example/mac/macExample/macExample/MCTMsgViewController.m index 421f9bcf..dcb6f41c 100644 --- a/example/mac/macExample/macExample/MCTMsgViewController.m +++ b/example/mac/macExample/macExample/MCTMsgViewController.m @@ -117,7 +117,7 @@ typedef void (^DownloadCallback)(NSError * error); NSLog(@"done: %@", blocks); } -- (NSString *) MCOMessageView_templateForAttachment:(MCOMessageView *)view +- (NSString *) MCOMessageView:(MCOMessageView *)view templateForAttachment:(MCOAbstractPart *)part { return @"
\ {{#HASSIZE}}\ -- cgit v1.2.3