X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=JSAction.h;h=551eb0ffe7c4774245f4849dde28cf75ecfd032a;hp=5f61191b0b5f15a29361c00c6fc302e2cf888c0e;hb=62aa5b73be6ec1e499e6b155cd0e7687c338cbaa;hpb=03b4a589de71a49ad00450701630673631e88647 diff --git a/JSAction.h b/JSAction.h index 5f61191..551eb0f 100644 --- a/JSAction.h +++ b/JSAction.h @@ -8,7 +8,7 @@ @interface JSAction : NSObject -@property (assign) void *cookie; +@property (assign) IOHIDElementCookie cookie; @property (copy) NSArray *children; @property (weak) id base; @property (copy) NSString *name;