// // AppDelegate.h // ASLayoutSpecPlayground // // Created by Hannah Troisi on 3/11/16. // Copyright © 2016 Hannah Troisi. All rights reserved. // #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end