#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,20 @@
|
|||
//
|
||||
// FirstViewController.h
|
||||
// BasicExample
|
||||
//
|
||||
// Created by Farooq Mela on 4/10/12.
|
||||
// Copyright 2012 Google, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface FirstViewController : UIViewController {
|
||||
@private
|
||||
UIButton *button_;
|
||||
}
|
||||
|
||||
@property (nonatomic, assign) IBOutlet UIButton *button;
|
||||
|
||||
- (IBAction)buttonClicked:(id)sender;
|
||||
|
||||
@end
|
Loading…
Add table
Add a link
Reference in a new issue