photo-ios/Frameworks/Google Analytics SDK/Examples/CuteAnimals/RootViewController.h
2013-03-04 14:39:10 +01:00

16 lines
362 B
Objective-C

//
// RootViewController.h
// CuteAnimals
//
// Copyright 2012 Google, Inc. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface RootViewController :
GAITrackedViewController<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic, retain) NavController *navController;
@property(nonatomic, retain) IBOutlet UITableView *tableView;
@end