Code from previous app
This commit is contained in:
commit
7ed1201c89
276 changed files with 14582 additions and 6318 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue