]>
git.saurik.com Git - iphone-api.git/blob - QuartzCore/CAMediaTiming-Protocol.h
2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 @protocol CAMediaTiming
8 - (NSString
*)fillMode
;
9 - (void)setFillMode
:(NSString
*)fp8
;
11 - (void)setAutoreverses
:(BOOL
)fp8
;
12 - (double)repeatDuration
;
13 - (void)setRepeatDuration
:(double)fp8
;
15 - (void)setRepeatCount
:(float)fp8
;
17 - (void)setTimeOffset
:(double)fp8
;
19 - (void)setSpeed
:(float)fp8
;
21 - (void)setDuration
:(double)fp8
;
23 - (void)setBeginTime
:(double)fp8
;