mirror of
https://github.com/zhigang1992/MagicalRecord.git
synced 2026-01-12 22:48:38 +08:00
15 lines
251 B
Objective-C
15 lines
251 B
Objective-C
//
|
|
// MagicalRecordHelperTests.h
|
|
// Magical Record
|
|
//
|
|
// Created by Saul Mora on 7/15/11.
|
|
// Copyright 2011 Magical Panda Software LLC. All rights reserved.
|
|
//
|
|
|
|
@interface MagicalRecordTests : GHTestCase
|
|
{
|
|
BOOL errorHandlerWasCalled_;
|
|
}
|
|
|
|
@end
|