Monotone-Parent: b2a750dba2c2bf3d145e44d412e5a647e552cf59

Monotone-Revision: 4db7d3fdd4a7987df1c5a8025f88b58228fa357c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-04-23T15:17:02
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2012-04-23 15:17:02 +00:00
parent 73e47a85e4
commit 502b2764d9
1 changed files with 3 additions and 2 deletions

View File

@ -106,17 +106,18 @@
- (void) addType: (NSString *) aType;
/* rendering */
- (NSArray *) orderOfAttributeKeys;
- (NSArray *) orderOfValueKeys;
- (NSString *) versitString;
- (CardGroup *) searchParentOfClass: (Class) parentClass;
/* conversion */
- (id) elementWithClass: (Class) elementClass;
/* copy */
- (void) setAttributesAsCopy: (NSMutableDictionary *) someAttributes;
- (NSMutableArray *) deepCopyOfArray: (NSArray *) oldArray
withZone: (NSZone *) aZone;
- (NSMutableDictionary *) deepCopyOfDictionary: (NSDictionary *) oldDictionary