ImageSpeedComparison/AppDelegate.h (4 lines of code) (raw):
//
// AppDelegate.h
// ImageSpeedComparison
//
// Created on 9/4/15.
// Copyright (c) 2015 Twitter. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end