aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/abstract
diff options
context:
space:
mode:
authorGravatar Hoà V. DINH <dinh.viet.hoa@gmail.com>2014-05-28 15:23:52 -0700
committerGravatar Hoà V. DINH <dinh.viet.hoa@gmail.com>2014-05-28 15:23:52 -0700
commitea117396056a81619d8f1b73649c1f81b9ad3d16 (patch)
treee7a0cd73e300b3e1cac82dddc97fa8f8b42ef98f /src/objc/abstract
parent0a4e38c77583d054f656350f8d11c8eecba001e0 (diff)
parente804cc6e68f53ab7b5b5a1905a098322e911be52 (diff)
Merge pull request #728 from rlaferla/master
Update MCOAddress.h
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;
/**