// // RootViewController.h // CuteAnimals // // Copyright 2012 Google, Inc. All rights reserved. // #import @interface RootViewController : GAITrackedViewController @property(nonatomic, strong) IBOutlet UITableView *tableView; @end