- Timestamp:
- 06/07/09 11:21:46 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
apps/iphone/superbook/trunk/DotTel_SDK/Classes/RecordTxt.h
r363 r382 42 42 43 43 // Derived attributes 44 NSString *typeDescription; // keyword type(s) string 44 NSString *primaryDescription; // primary keyword type description (nl, pa, ...) 45 NSString *primaryValue; // primary keyword value 45 46 NSString *textValue; // string value of the TXT record 47 NSMutableArray *keysAndValues; // all keys and values of the TXT record (including primary key/value) 46 48 NSDate *expiryDate; // Expiry date of the record, based on time-to-live 47 49 … … 80 82 @property (readonly) BOOL isSystemMessage; 81 83 82 @property (readonly, nonatomic, retain) NSString *typeDescription; 84 @property (readonly, nonatomic, retain) NSString *primaryDescription; 85 @property (readonly, nonatomic, retain) NSString *primaryValue; 83 86 @property (readonly, nonatomic, retain) NSString *textValue; 87 @property (readonly, nonatomic, retain) NSMutableArray *keysAndValues; 84 88 @property (readonly, nonatomic, retain) NSDate *expiryDate; 85 89








