mirror of
https://github.com/zhigang1992/MagicalRecord.git
synced 2026-01-12 22:48:38 +08:00
25 lines
570 B
C
25 lines
570 B
C
//
|
|
// MagicalDataImportTestCase.h
|
|
// Magical Record
|
|
//
|
|
// Created by Saul Mora on 8/16/11.
|
|
// Copyright (c) 2011 Magical Panda Software LLC. All rights reserved.
|
|
//
|
|
|
|
<<<<<<< HEAD:Project Files/Unit Tests/MagicalDataImportTestCase.h
|
|
=======
|
|
#ifdef MAC_PLATFORM_ONLY
|
|
#import <GHUnit/GHUnit.h>
|
|
#else
|
|
#import <GHUnitIOS/GHUnit.h>
|
|
#endif
|
|
>>>>>>> master:Unit Tests/MagicalDataImportTestCase.h
|
|
@interface MagicalDataImportTestCase : GHTestCase
|
|
|
|
@property (nonatomic, retain) id testEntityData;
|
|
@property (nonatomic, retain) id testEntity;
|
|
|
|
- (Class) testEntityClass;
|
|
|
|
@end
|