Skip to content

Instantly share code, notes, and snippets.

@joedaniels29
Created August 18, 2016 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joedaniels29/309f67e764629b2dfbedccbff416b1c5 to your computer and use it in GitHub Desktop.
Save joedaniels29/309f67e764629b2dfbedccbff416b1c5 to your computer and use it in GitHub Desktop.
//
// 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