mirror of
https://github.com/zhigang1992/MagicalRecord.git
synced 2026-04-29 04:25:46 +08:00
19 lines
379 B
Objective-C
19 lines
379 B
Objective-C
//
|
|
// MagicalDataImportTestCase.h
|
|
// Magical Record
|
|
//
|
|
// Created by Saul Mora on 8/16/11.
|
|
// Copyright (c) 2011 Magical Panda Software LLC. All rights reserved.
|
|
//
|
|
|
|
#import <GHUnitIOS/GHUnit.h>
|
|
|
|
@interface MagicalDataImportTestCase : GHTestCase
|
|
|
|
@property (nonatomic, retain) id testEntityData;
|
|
@property (nonatomic, retain) id testEntity;
|
|
|
|
- (Class) testEntityClass;
|
|
|
|
@end
|