mirror of
https://github.com/zhigang1992/NTDCoreDataTableViewController.git
synced 2026-03-28 22:34:07 +08:00
16 lines
288 B
Objective-C
16 lines
288 B
Objective-C
//
|
|
// NTDFakeTableView.h
|
|
// NTDCoreDataTableViewController
|
|
//
|
|
// Created by Nicholas Tian on 3/9/14.
|
|
// Copyright (c) 2014 Nicholas Tian. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface NTDFakeTableView : UITableView
|
|
|
|
@property (nonatomic) BOOL reloadDataIsCalled;
|
|
|
|
@end
|