+/*
+ * Generated by class-dump 3.1.2.
+ *
+ * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <QuartzCore/CAAnimation.h>
+
+#import "CAPropertyInfo-Protocol.h"
+#import "NSMutableCopying-Protocol.h"
+
+@interface CAAnimation (CAAnimationPrivate) <NSMutableCopying, CAPropertyInfo>
++ (id)properties;
++ (void *)CA_setterForType:(int)fp8;
++ (void *)CA_getterForType:(int)fp8;
++ (BOOL)resolveInstanceMethod:(SEL)fp8;
+- (void)setDefaultDuration:(double)fp8;
+- (void)applyForTime:(double)fp8 presentationObject:(id)fp16 modelObject:(id)fp20;
+- (double)_mapTime:(double)fp8 repeatIndex:(int *)fp16;
+- (id)mutableCopyWithZone:(struct _NSZone *)fp8;
+- (BOOL)isEnabled;
+- (void)setEnabled:(BOOL)fp8;
+- (double)frameInterval;
+- (void)setFrameInterval:(double)fp8;
+@end
+