// // Imageshack.h // Imageshack // // Created by Dan Ponte on 9/1/09. // Copyright (c) 2009 __MyCompanyName__, All Rights Reserved. // #import #import #import #import @interface ISUpload : AMBundleAction { BOOL gimglink; NSURL *imglink; } - (id)runWithInput:(id)input fromAction:(AMAction *)anAction error:(NSDictionary **)errorInfo; @end