#import <AppKit/AppKit.h>

@class AZMainLoop;

@interface AZApplication: NSObject
{
  AZMainLoop *mainLoop;
}

+ (AZApplication *) sharedApplication;
@end


syntax highlighted by Code2HTML, v. 0.9.1