// // AppDelegate.h // ScanExample // // Copyright (c) 2012 PayPal. All rights reserved. // #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end