Do I need to import the AppDelegate_Phone.h file (which in turn imports AppDelegate_Shared.h)?
I am trying to use Core Data. The AppDelegate_Shared.h
already has it set up. If I want to read information into a UITableView from Core Data, must I import my delegate file explicitly?