16 lines
260 B
Objective-C
16 lines
260 B
Objective-C
//
|
|
// NSFetchedResultsController+Conveniences.h
|
|
// Hthik
|
|
//
|
|
// Created by Hthik on 7/13/16.
|
|
// Copyright © 2016 Hthik. All rights reserved.
|
|
//
|
|
|
|
@import CoreData;
|
|
|
|
@interface NSFetchedResultsController (Conveniences)
|
|
|
|
- (BOOL)performFetchIfNeeded;
|
|
|
|
@end
|