mirror of
https://github.com/zhigang1992/NTDCoreDataTableViewController.git
synced 2026-06-14 00:02:29 +08:00
16 lines
341 B
Objective-C
16 lines
341 B
Objective-C
//
|
|
// NTDFakeFetchedResultsController.h
|
|
// NTDCoreDataTableViewController
|
|
//
|
|
// Created by Nicholas Tian on 3/9/14.
|
|
// Copyright (c) 2014 Nicholas Tian. All rights reserved.
|
|
//
|
|
|
|
#import <CoreData/CoreData.h>
|
|
|
|
@interface NTDFakeFetchedResultsController : NSFetchedResultsController
|
|
|
|
@property (nonatomic) BOOL performFetchIsCalled;
|
|
|
|
@end
|