photo-ios/Frameworks/Google Analytics SDK/GoogleAnalytics/Examples/CuteAnimals/ImageViewController.h

20 lines
414 B
Objective-C

//
// 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