I am new to IOS developing and I am creating a IOS app with FirebaseUI. I followed the http://cocoadocs.org/docsets/FirebaseUI/0.3.2/ document and I get the following error when I added the Firebase reference,
This is in TableViewController.h file
You need to import proper module for FirebaseUI please import below module for TableView Class.
@import FirebaseDatabaseUI;
It will help you to get all UI related classes into your app.