blob: 42842ea1b23821fe6b8045d7af427b5deb0edf44 [file] [log] [blame]
#import "AppDelegate.h"
#import "PerformanceTesting.h"
@implementation AppDelegate
@synthesize window = _window;
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
{
[PerformanceTesting startPerformanceTests];
}
@end