// // AppDelegate.h // Messenger-Programatic // // Created by Ignacio Romero Zurbuchen on 8/15/14. // Copyright (c) 2014 Slack Technologies, Inc. All rights reserved. // #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end