// // AppDelegate.h // Commandly // // Created by Louie Bao on 29/06/2017. // Copyright © 2017 Louie Bao. All rights reserved. // #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end