X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=JSAction.h;h=551eb0ffe7c4774245f4849dde28cf75ecfd032a;hp=94d56f012583e1451f39014b6db0b2857324d10c;hb=62aa5b73be6ec1e499e6b155cd0e7687c338cbaa;hpb=25dd74a4a34f4ba7ec797360bd8f92cbd7bc758e diff --git a/JSAction.h b/JSAction.h index 94d56f0..551eb0f 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 (assign) IOHIDElementCookie cookie; @property (copy) NSArray *children; @property (weak) id base; @property (copy) NSString *name;