BLIP/BLIPMessage.h
changeset 4 2bd9d60a2c46
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	Sun May 25 10:28:26 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.