@import @import @implementation DocumentController : CPDocumentController { } - (id)init { self = [super init]; return self; } @end