Created
August 18, 2016 18:54
-
-
Save joedaniels29/309f67e764629b2dfbedccbff416b1c5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// PrefixHeader.pch | |
// Epilepsy | |
// | |
// Created by ev on 9/28/15. | |
// Copyright © 2015 Patrick Krabeepetcharat. All rights reserved. | |
// | |
#ifndef PrefixHeader_pch | |
#define PrefixHeader_pch | |
#import <Google/Analytics.h> | |
#import "tracking.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. | |
#define NSLog(s, ...) NSLog(@"<%@:%d> %@", [[NSString stringWithUTF8String:__FILE__] lastPathComponent], __LINE__, [NSString stringWithFormat:(s), ##__VA_ARGS__]) | |
#endif /* PrefixHeader_pch */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment