// // DMMAppDelegate.h // Sample // // Created by Delisa Mason on 8/2/14. // Copyright (c) 2014 Delisa Mason. All rights reserved. // #import @interface DMMAppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end