Sign in
nest-open-source
/
nest-mobile-client-iphone
/
4.5.2
/
CocoaLumberjack
/
refs/heads/master
/
.
/
Xcode
/
BenchmarkMac
/
BenchmarkMac
/
AppDelegate.m
blob: 42842ea1b23821fe6b8045d7af427b5deb0edf44 [
file
] [
log
] [
blame
] [
edit
]
#import "AppDelegate.h"
#import "PerformanceTesting.h"
@implementation
AppDelegate
@synthesize
window
=
_window
;
-
(
void
)
applicationDidFinishLaunching
:(
NSNotification
*)
aNotification
{
[
PerformanceTesting
startPerformanceTests
];
}
@end