CocoaSecurity/iOS View/CocoaSecurityAppDelegate.h

16 lines
311 B
C
Raw Normal View History

2012-05-15 06:33:32 +08:00
//
// CocoaSecurityAppDelegate.h
// CocoaSecurity
//
// Created by Kelp on 12/5/14.
// Copyright (c) 2012年 __MyCompanyName__. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface CocoaSecurityAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end