2012-05-15 06:33:32 +08:00
|
|
|
//
|
|
|
|
|
// CocoaSecurityTests.h
|
|
|
|
|
// CocoaSecurityTests
|
|
|
|
|
//
|
|
|
|
|
// Created by Kelp on 12/5/13.
|
2012-08-18 11:35:45 +08:00
|
|
|
// Copyright (c) 2012 Phate. All rights reserved.
|
2012-05-15 06:33:32 +08:00
|
|
|
//
|
|
|
|
|
|
|
|
|
|
#import <SenTestingKit/SenTestingKit.h>
|
|
|
|
|
#import "CocoaSecurity.h"
|
|
|
|
|
|
|
|
|
|
@interface CocoaSecurityTests : SenTestCase
|
|
|
|
|
|
|
|
|
|
@end
|