views:

29

answers:

1

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?

A: 

I think so, but I also don't see a down side to doing it anyway.

Nungster