Minor change in NTDCoreDataTableViewController.h.

This commit is contained in:
NicholasTD07
2014-03-02 19:44:02 +08:00
parent db801fec54
commit 3cc0d9f97e

View File

@@ -10,9 +10,10 @@
@interface NTDCoreDataTableViewController : UITableViewController
#pragma mark - Abstract Properties and Methods
@property (nonatomic, strong) NSFetchedResultsController *fetchedResultsController;
#pragma mark - Abstract Methods
// Returns identifier for UITableViewCell.
- (NSString *)cellIdentifier;