X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=CheatURLCommand.h;fp=CheatURLCommand.h;h=146f5168063dd37f9865951c1766d86d4172a752;hp=0000000000000000000000000000000000000000;hb=d27548f80fe411fda2ee69c74a24eab4292267e9;hpb=e8d51183acdd2410a38dcf8f0efbf7c30cd6c581 diff --git a/CheatURLCommand.h b/CheatURLCommand.h new file mode 100644 index 0000000..146f516 --- /dev/null +++ b/CheatURLCommand.h @@ -0,0 +1,20 @@ +// +// CheatURLCommand.h +// The Cheat +// +// Created by Chaz McGarvey on 2/19/05. +// Copyright 2005 Chaz McGarvey. All rights reserved. +// + +#import +#import "ChazLog.h" + +#import "CheatDocument.h" + + +@interface CheatURLCommand : NSScriptCommand +{ + +} + +@end