// // CocoaSecurityAppDelegate.h // CocoaSecurity // // Created by Kelp on 12/5/14. // Copyright (c) 2012年 __MyCompanyName__. All rights reserved. // #import @interface CocoaSecurityAppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end