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 "NSObject.h" 00008 00009 @class PDAnimationTargetElement; 00010 00011 @interface PDTimeCondition : NSObject 00012 { 00013 BOOL mHasDelay; 00014 int mDelay; 00015 int mTriggerEvent; 00016 PDAnimationTargetElement *mTgtElement; 00017 } 00018 00019 - (id)init; 00020 - (void)dealloc; 00021 - (BOOL)hasDelay; 00022 - (int)delay; 00023 - (void)setDelay:(int)fp8; 00024 - (int)triggerEvent; 00025 - (void)setTriggerEvent:(int)fp8; 00026 - (id)tgtElement; 00027 - (void)setTgtElement:(id)fp8; 00028 00029 @end 00030