X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=JSAction.h;h=5f61191b0b5f15a29361c00c6fc302e2cf888c0e;hp=94d56f012583e1451f39014b6db0b2857324d10c;hb=44fe6f649589488b367eee7ffff240cecf8669ad;hpb=25dd74a4a34f4ba7ec797360bd8f92cbd7bc758e diff --git a/JSAction.h b/JSAction.h index 94d56f0..5f61191 100644 --- a/JSAction.h +++ b/JSAction.h @@ -6,13 +6,9 @@ // Copyright 2009 University of Otago. All rights reserved. // -#import -#import - @interface JSAction : NSObject @property (assign) void *cookie; -@property (assign) int index; @property (copy) NSArray *children; @property (weak) id base; @property (copy) NSString *name;