// // AppDelegate.h // Volta // // Created by Ronny Fenrich on 2013-06-13. // Copyright (c) 2013 Decoder. All rights reserved. // #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end