changeset 3 | 76f302097a75 |
parent 2 | 9fdd8dba529c |
child 5 | 2c4bb6968927 |
1.1 --- a/BLIP/BLIPMessage.h Sat May 24 17:25:06 2008 -0700 1.2 +++ b/BLIP/BLIPMessage.h Sat May 24 21:26:09 2008 -0700 1.3 @@ -82,6 +82,10 @@ 1.4 /** Appends data to the body. */ 1.5 - (void) addToBody: (NSData*)data; 1.6 1.7 +/** The message body as an NSString. 1.8 + The UTF-8 character encoding is used to convert. */ 1.9 +@property (copy) NSString *bodyString; 1.10 + 1.11 #pragma mark PROPERTIES: 1.12 1.13 /** The message's properties, a dictionary-like object.