16 lines
311 B
Objective-C
16 lines
311 B
Objective-C
//
|
|
// 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
|