00001 00002 @interface CABasicAnimation : CAPropertyAnimation 00003 { 00004 id _fromValue; 00005 id _toValue; 00006 id _byValue; 00007 } 00008 @end