Rename from Enjoy/Enjoy2 to 'Enjoyable'. While I'm mucking in the project file, enabl...
[enjoyable.git] / JSActionButton.h
1 //
2 // JSActionButton.h
3 // Enjoy
4 //
5 // Created by Sam McCall on 5/05/09.
6 // Copyright 2009 University of Otago. All rights reserved.
7 //
8
9 #import "JSAction.h"
10
11 @interface JSActionButton : JSAction
12
13 - (id)initWithName:(NSString *)name idx:(int)idx max:(long)max;
14
15 @end