14 lines
249 B
Objective-C
14 lines
249 B
Objective-C
//
|
|
// CocoaSecurityViewController.h
|
|
// CocoaSecurity
|
|
//
|
|
// Created by Kelp on 12/5/14.
|
|
// Copyright (c) 2012年 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface CocoaSecurityViewController : UIViewController
|
|
|
|
@end
|