mirror of
https://github.com/zhigang1992/UICKeyChainStore.git
synced 2026-06-17 05:49:40 +08:00
15 lines
266 B
Objective-C
15 lines
266 B
Objective-C
//
|
|
// UICKeyChainStoreTests.h
|
|
// UICKeyChainStore
|
|
//
|
|
// Created by Steve Baker on 8/4/13.
|
|
// Copyright (c) 2013 Beepscore LLC. All rights reserved.
|
|
// MIT License
|
|
//
|
|
|
|
#import <SenTestingKit/SenTestingKit.h>
|
|
|
|
@interface UICKeyChainStoreTests : SenTestCase
|
|
|
|
@end
|