#324: update GA to latest version to fix problem with SDK 7
This commit is contained in:
parent
c096d45c78
commit
5cfe719840
154 changed files with 3770 additions and 6852 deletions
|
@ -0,0 +1,20 @@
|
|||
//
|
||||
// ImageViewController.h
|
||||
// CuteAnimals
|
||||
//
|
||||
// Copyright 2012 Google, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#import "GAI.h"
|
||||
#import "NavController.h"
|
||||
|
||||
@interface ImageViewController : GAITrackedViewController
|
||||
|
||||
- (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