// // AppDelegate.h // headlessbrower_test1 // // Created by PLUC SeniorDesign on 2/23/15. // Copyright (c) 2015 PLUC SeniorDesign. All rights reserved. // #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end