X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=JSActionButton.h;h=927606d4bd80f5f315c7431815e64160a9c68856;hp=5a9a4c0629039e0842c8bf7ae4d5ae8ed6fc7695;hb=68fe4de58269fc00e70e59453e05098ccd4341a2;hpb=e68c19b5923618b763543c74bf8dd6f85d4d323e diff --git a/JSActionButton.h b/JSActionButton.h index 5a9a4c0..927606d 100644 --- a/JSActionButton.h +++ b/JSActionButton.h @@ -6,14 +6,10 @@ // Copyright 2009 University of Otago. All rights reserved. // -#import - #import "JSAction.h" @interface JSActionButton : JSAction - (id)initWithName:(NSString *)name idx:(int)idx max:(int)max; -@property (assign) int max; - @end