aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/abstract
diff options
context:
space:
mode:
authorGravatar Robert La Ferla <robert@visi-call.com>2014-05-28 18:21:04 -0400
committerGravatar Robert La Ferla <robert@visi-call.com>2014-05-28 18:21:04 -0400
commite804cc6e68f53ab7b5b5a1905a098322e911be52 (patch)
tree2263093703ef8e9d2b8f3c18767ed4baa2ebc7ff /src/objc/abstract
parentea190109babd5e41df24703b20e0976a3ee6e175 (diff)
Update MCOAddress.h
Corrected example for reference docs.
Diffstat (limited to 'src/objc/abstract')
-rw-r--r--src/objc/abstract/MCOAddress.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objc/abstract/MCOAddress.h b/src/objc/abstract/MCOAddress.h
index 473c8428..6c3284e8 100644
--- a/src/objc/abstract/MCOAddress.h
+++ b/src/objc/abstract/MCOAddress.h
@@ -32,7 +32,7 @@
/** Creates an address with a non-MIME-encoded RFC822 string.
- Example: [MCOAddress addressWithRFC822String:@"DINH Viêt Hoà <hoa@etpan.org>"]*/
+ Example: [MCOAddress addressWithNonEncodedRFC822String:@"DINH Viêt Hoà <hoa@etpan.org>"]*/
+ (MCOAddress *) addressWithNonEncodedRFC822String:(NSString *)nonEncodedRFC822String;
/**