// // ImageViewController.h // CuteAnimals // // Copyright 2012 Google, Inc. All rights reserved. // #import #import "GAI.h" #import "NavController.h" @interface ImageViewController : GAITrackedViewController - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil title:(NSString *)title image:(UIImage *)image; @end