// // TATPAppDelegate.h // TestProject // // Created by Blake Watters on 10/9/13. // Copyright (c) 2013 TripAdvisor. All rights reserved. // #import @interface TATPAppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end