14 lines
236 B
Objective-C
14 lines
236 B
Objective-C
//
|
|
// TestSharedCache.h
|
|
// YapDatabase
|
|
//
|
|
// Created by Robbie Hanson on 2/20/13.
|
|
// Copyright (c) 2013 Robbie Hanson. All rights reserved.
|
|
//
|
|
|
|
#import <SenTestingKit/SenTestingKit.h>
|
|
|
|
@interface TestSharedCache : SenTestCase
|
|
|
|
@end
|