// // 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