This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@implementation CPOverhauledDocument : CPDocument | |
{ | |
id _documentPersistenceAgent; | |
Object _persistenceOperationInfo; | |
} | |
/* | |
-> this might be the right place to obtain _documentPersistenceAgent based on document type |