X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=JSAction.h;h=0e2584726f52cffb7d0ddaa00f779c975d486f60;hp=551eb0ffe7c4774245f4849dde28cf75ecfd032a;hb=19f40be5b645e44ffb55bdce0b6cc5c5615f68e7;hpb=b0e48a152d139c0b9aeb1ee4a32ba24a4e3aa805 diff --git a/JSAction.h b/JSAction.h index 551eb0f..0e25847 100644 --- a/JSAction.h +++ b/JSAction.h @@ -8,12 +8,12 @@ @interface JSAction : NSObject -@property (assign) IOHIDElementCookie cookie; -@property (copy) NSArray *children; -@property (weak) id base; -@property (copy) NSString *name; -@property (assign) BOOL active; -@property (readonly) float magnitude; +@property (nonatomic, assign) IOHIDElementCookie cookie; +@property (nonatomic, copy) NSArray *children; +@property (nonatomic, weak) id base; +@property (nonatomic, copy) NSString *name; +@property (nonatomic, assign) BOOL active; +@property (nonatomic, readonly) float magnitude; @property (readonly) NSString *uid; - (id)initWithName:(NSString *)newName base:(JSAction *)newBase;