00001 00002 @interface CAAnimation : CPObject 00003 { 00004 BOOL _isRemovedOnCompletion; 00005 id _delegate; 00006 } 00007 @end