photo-ios/Frameworks/Google Analytics SDK/Examples/BasicExample/BasicExample_Prefix.pch
2012-10-25 15:55:28 +02:00

11 lines
205 B
Text

//
// BasicExample_Prefix.pch
// Google Analytics iOS SDK.
//
// Copyright 2009 Google Inc. All rights reserved.
//
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#endif