YH_AnalyticsTests-Prefix.pch
756 Bytes
//
// YH_AnalyticsTests-Prefix.pch
// YH_Analytics
//
// Created by Zhou Rongjun on 15/4/29.
// Copyright (c) 2015年 YOHO. All rights reserved.
//
#ifndef YH_Analytics_YH_AnalyticsTests_Prefix_pch
#define YH_Analytics_YH_AnalyticsTests_Prefix_pch
#import <Availability.h>
// Include any system framework and library headers here that should be included in all compilation units.
// You will also need to set the Prefix Header build setting of one or more of your targets to reference this file.
#ifndef __IPHONE_6_0
#warning "This project uses features only available in iOS SDK 6.0 and later."
#endif
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <XCTest/XCTest.h>
#import "OCMock.h"
#import "YHAnalyticsMacro.h"
#endif
#endif