Code from previous app

This commit is contained in:
Patrick Santana 2013-03-04 14:39:10 +01:00
commit 7ed1201c89
276 changed files with 14582 additions and 6318 deletions

View file

@ -0,0 +1,23 @@
//
// ImageViewController.h
// CuteAnimals
//
// Copyright 2012 Google, Inc. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "GAI.h"
#import "NavController.h"
@interface ImageViewController : GAITrackedViewController
@property(nonatomic, retain) NavController *navController;
@property(nonatomic, retain) UIImageView *imageView;
- (id)initWithNibName:(NSString *)nibNameOrNil
bundle:(NSBundle *)nibBundleOrNil
title:(NSString *)title
image:(UIImage *)image;
@end