// // ASDisableStatusCommand.h // Shion Framework // // Created by Chris Karr on 9/6/09. // Copyright 2009 Audacious Software. All rights reserved. // #import #import "ASCommand.h" @interface ASDisableStatusCommand : ASCommand { } @end