
Collections
9
381
subtitle = (String) dict.objectForKey
(entrySubtitleKey) ;
summary = (String) dict.objectForKey
(entrySummaryKey) ;
_entry : (NSData) dict. objectForKey(entryEntryKey) ;
notes = (String) dict.objectForKey(entryNotesKey) ;
creationDate = (String)dict.
obj ectForKey (creationDateKey) ;
_modificationDate - (String) dict.
obj ectForKey (modificationDateKey) ;
obj = dict.objectForKey(entryImageKey) ;
if (obj != null) {
_image : (NSImage) NSUnarchiver.
unarchiveObj ectWi thData ((NSData) obj ) ;
}
Objective-C:
ifl obj ;
_ID - (NSString *) [dict objectForKey.entryIDKey] ;
_title - (NSString