00001
00002
00003
00004
00005
00006
00007 #import "NSObject.h"
00008
00009 #import "LKActionProtocol.h"
00010 #import "LKObjectProtocol.h"
00011 #import "LKTimingProtocol.h"
00012 #import "NSCopyingProtocol.h"
00013
00014 @interface LKAnimation : NSObject <NSCopying, LKTiming, LKObject, LKAction>
00015 {
00016 struct _LKAttrList *_attr;
00017 unsigned int _flags;
00018 }
00019
00020 + (id)defaultValueForKey:(id)fp8;
00021 + (id)animation;
00022 + (id)properties;
00023 + (BOOL)resolveInstanceMethod:(SEL)fp8;
00024 - (struct _LKRenderAnimation *)_setLKRenderAnimation:(struct _LKRenderAnimation *)fp8;
00025 - (void)dealloc;
00026 - (void)runActionForKey:(id)fp8 object:(id)fp12 arguments:(id)fp16;
00027 - (BOOL)shouldArchiveValueForKey:(id)fp8;
00028 - (id)initWithCoder:(id)fp8;
00029 - (void)encodeWithCoder:(id)fp8;
00030 - (id)valueForKey:(id)fp8;
00031 - (void)setValue:(id)fp8 forKey:(id)fp12;
00032 - (id)valueForUndefinedKey:(id)fp8;
00033 - (void)setValue:(id)fp8 forUndefinedKey:(id)fp12;
00034 - (id)valueForKeyPath:(id)fp8;
00035 - (void)setValue:(id)fp8 forKeyPath:(id)fp12;
00036 - (id)copyWithZone:(struct _NSZone *)fp8;
00037
00038 @end
00039