2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <Foundation/NSObject.h>
9 @interface CAMediaTimingFunction
: NSObject
11 struct CAMediaTimingFunctionPrivate
*_priv
;
14 + (id
)functionWithControlPoints
:(float)fp8
:(float)fp12
:(float)fp16
:(float)fp20
;
15 + (id
)functionWithName
:(id
)fp8
;
16 - (id
)initWithControlPoints
:(float)fp8
:(float)fp12
:(float)fp16
:(float)fp20
;
18 - (void)_getPoints
:(float *)fp8
;
19 - (void)getControlPointAtIndex
:(unsigned long)fp8 values
:(float [2])fp12
;