#import
@interface TableViewController : UITableViewController
@property (nonatomic,retain)NSFetchedResultsController *frc;
报这个错误是什么原因了
Property with 'retain(or strong)' attribute must be of object type
Unknown type name 'NSFetchResultsController'
@end