]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
1 | /* |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | @protocol CAMediaTiming | |
dfbdd7ed JF |
8 | - (NSString *)fillMode; |
9 | - (void)setFillMode:(NSString *)fp8; | |
2cd8f71b JF |
10 | - (BOOL)autoreverses; |
11 | - (void)setAutoreverses:(BOOL)fp8; | |
12 | - (double)repeatDuration; | |
13 | - (void)setRepeatDuration:(double)fp8; | |
14 | - (float)repeatCount; | |
15 | - (void)setRepeatCount:(float)fp8; | |
16 | - (double)timeOffset; | |
17 | - (void)setTimeOffset:(double)fp8; | |
18 | - (float)speed; | |
19 | - (void)setSpeed:(float)fp8; | |
20 | - (double)duration; | |
21 | - (void)setDuration:(double)fp8; | |
22 | - (double)beginTime; | |
23 | - (void)setBeginTime:(double)fp8; | |
24 | @end | |
25 |