#237: Added Google Analytics SDK
This commit is contained in:
parent
6be03dde80
commit
aec0152376
23 changed files with 3925 additions and 0 deletions
|
@ -0,0 +1,21 @@
|
|||
//
|
||||
// BasicExampleAppDelegate.h
|
||||
// Google Analytics iOS SDK.
|
||||
//
|
||||
// Copyright 2009 Google Inc. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "GANTracker.h"
|
||||
|
||||
@interface BasicExampleAppDelegate : NSObject <UIApplicationDelegate,
|
||||
UITabBarControllerDelegate,
|
||||
GANTrackerDelegate> {
|
||||
UIWindow *window_;
|
||||
UITabBarController *tabBarController_;
|
||||
}
|
||||
|
||||
@property (nonatomic, retain) IBOutlet UIWindow *window;
|
||||
@property (nonatomic, retain) IBOutlet UITabBarController *tabBarController;
|
||||
|
||||
@end
|
Loading…
Add table
Add a link
Reference in a new issue