/headers/LayerKit/LKAnimation-LKAnimationPrivate.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import <LayerKit/LKAnimation.h>
00008 
00009 #import "LKObjectPrivateProtocol.h"
00010 
00011 @interface LKAnimation (LKAnimationPrivate) <LKObjectPrivate>
00012 + (unsigned long)copyPropertyList:(const struct _LKPropertyDescription **)fp8;
00013 + (BOOL)shouldRetainValueForKey:(id)fp8;
00014 + (BOOL)shouldCopyValueForKey:(id)fp8;
00015 + (void *)methodForSelector:(SEL)fp8;
00016 - (double)frameInterval;
00017 - (double)beginTime;
00018 - (double)timeOffset;
00019 - (double)duration;
00020 - (float)speed;
00021 - (float)repeatCount;
00022 - (double)repeatDuration;
00023 - (BOOL)autoreverses;
00024 - (id)fillMode;
00025 - (BOOL)removedOnCompletion;
00026 - (id)timingFunction;
00027 - (id)delegate;
00028 @end
00029