X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=JSAction.h;h=551eb0ffe7c4774245f4849dde28cf75ecfd032a;hp=fc0971b3ec778c8f34b575ec48f84d38f7c008b8;hb=794561a4606fa9e31e3b2b077891f5b1e6084698;hpb=c6fb77859e508aaef686b7a5a6a12abe29178708 diff --git a/JSAction.h b/JSAction.h index fc0971b..551eb0f 100644 --- a/JSAction.h +++ b/JSAction.h @@ -8,8 +8,7 @@ @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;