API  0.9.9
CAAnimation.h
Go to the documentation of this file.
1 
2 @interface CAAnimation : CPObject
3 {
4  BOOL _isRemovedOnCompletion;
5  id _delegate;
6 }
7 @end