X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=JSAction.h;h=1e60cf2e11f3ec9bb86d80e13e5f225918e9fbd9;hp=50e37e2311a1092bd44b8747b4d82d36f831788d;hb=5a79f9f05829ca1aecc70aeadb8c980ec4f3556d;hpb=51ca12b552a9c17c4d4029b0340e193b273044a8 diff --git a/JSAction.h b/JSAction.h index 50e37e2..1e60cf2 100644 --- a/JSAction.h +++ b/JSAction.h @@ -12,17 +12,17 @@ @interface JSAction : NSObject { int usage, index; void* cookie; - NSArray* subActions; + NSArray *subActions; id base; - NSString* name; + NSString *name; } @property(readwrite) int usage; @property(readwrite) void* cookie; @property(readonly) int index; -@property(readonly) NSArray* subActions; -@property(readwrite, retain) id base; -@property(readonly) NSString* name; +@property(copy) NSArray* subActions; +@property(readwrite, strong) id base; +@property(copy) NSString* name; @property(readonly) BOOL active; -(void) notifyEvent: (IOHIDValueRef) value;