X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=UpdatePrefs.h;fp=UpdatePrefs.h;h=bc29a1bc725436a14bbcc04407acfec50cc59ee2;hp=0000000000000000000000000000000000000000;hb=d27548f80fe411fda2ee69c74a24eab4292267e9;hpb=e8d51183acdd2410a38dcf8f0efbf7c30cd6c581 diff --git a/UpdatePrefs.h b/UpdatePrefs.h new file mode 100644 index 0000000..bc29a1b --- /dev/null +++ b/UpdatePrefs.h @@ -0,0 +1,23 @@ +// +// UpdatePrefs.h +// The Cheat +// +// Created by Chaz McGarvey on 2/21/05. +// Copyright 2005 Chaz McGarvey. All rights reserved. +// + +#import +#import "cheat_global.h" + +#import "ChazUpdate.h" + + +@interface UpdatePrefs : NSObject +{ + IBOutlet NSButton *ibAutoCheckButton; +} + +- (IBAction)ibAutoCheckButton:(id)sender; +- (IBAction)ibCheckNowButton:(id)sender; + +@end