// // AppDelegate.h // BeerBox // // Created by Lukas on 24/07/14. // Copyright (c) 2014 LBSFilm. All rights reserved. // #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end