15 lines
273 B
Objective-C
15 lines
273 B
Objective-C
//
|
|
// CocoaSecurityTests.h
|
|
// CocoaSecurityTests
|
|
//
|
|
// Created by Kelp on 12/5/13.
|
|
// Copyright (c) 2012年 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#import <SenTestingKit/SenTestingKit.h>
|
|
#import "CocoaSecurity.h"
|
|
|
|
@interface CocoaSecurityTests : SenTestCase
|
|
|
|
@end
|