X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=NJInputButton.h;fp=NJInputButton.h;h=0000000000000000000000000000000000000000;hp=31cba7363475c06e3bb170490c9ed927700230f6;hb=0064c1fbff36795885a9724081af2a17d83c20a3;hpb=56d825ba259066d847a9fc3f9c8c0c0a362a1507 diff --git a/NJInputButton.h b/NJInputButton.h deleted file mode 100644 index 31cba73..0000000 --- a/NJInputButton.h +++ /dev/null @@ -1,15 +0,0 @@ -// -// NJInputButton.h -// Enjoy -// -// Created by Sam McCall on 5/05/09. -// Copyright 2009 University of Otago. All rights reserved. -// - -#import "NJInput.h" - -@interface NJInputButton : NJInput - -- (id)initWithName:(NSString *)name idx:(int)idx max:(long)max; - -@end