X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=JSAction.h;h=b92c7d6301017b0ecd88b2335b388db8e8d3a132;hp=8e52e9c4594b6fc1849e652c8d786d0c3ed0e3df;hb=aac34aedcd7163850a4f12a5553ae109ff4b92f1;hpb=51d43664909060e85c943c4d63cc3cff307ceb1d diff --git a/JSAction.h b/JSAction.h index 8e52e9c..b92c7d6 100644 --- a/JSAction.h +++ b/JSAction.h @@ -9,15 +9,12 @@ #import #import -@interface JSAction : NSObject { - id base; - NSString *name; -} +@interface JSAction : NSObject -@property (assign) void* cookie; +@property (assign) void *cookie; @property (assign) int index; @property (copy) NSArray *children; -@property (strong) id base; +@property (weak) id base; @property (copy) NSString *name; @property (assign) BOOL active; @property (readonly) float magnitude;