#import "AZDockApp.h"

@interface AZGNUstepApp: AZDockApp
{
  NSString *appName;
}

- (id) initWithApplicationName: (NSString *) appName;
- (NSString *) applicationName; /* Without .app */
@end


syntax highlighted by Code2HTML, v. 0.9.1