github.com/slspeek/camlistore_namedsearch@v0.0.0-20140519202248-ed6f70f7721a/clients/ios-objc/photobackup/photobackup-Prefix.pch (about)

     1  //
     2  //  Prefix header
     3  //
     4  //  The contents of this file are implicitly included at the beginning of every source file.
     5  //
     6  
     7  #import <Availability.h>
     8  
     9  #ifndef __IPHONE_5_0
    10  #warning "This project uses features only available in iOS SDK 5.0 and later."
    11  #endif
    12  
    13  #ifdef DEBUG
    14  #   define LALog(fmt, ...) NSLog((@"%s [Line %d] " fmt), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__)
    15  #else
    16  #   define LALog(...)
    17  #endif
    18  
    19  #ifdef __OBJC__
    20      #import <UIKit/UIKit.h>
    21      #import <Foundation/Foundation.h>
    22      #import "LACamliUtil.h"
    23  #endif