Sha256: 1953b269c519cac4a00c931b9661a68da2d48b8f444cb1dddf64ebe4ab7fdef6
Contents?: true
Size: 421 Bytes
Versions: 26
Compression:
Stored size: 421 Bytes
Contents
// // Prefix header for all source files of the '<%= @class_name %>' target in the '<%= @project_name %>' project // #ifdef __OBJC__ #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #endif #define ALog(format, ...) NSLog((@"%s [L%d] " format), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__); #ifdef DEBUG #define DLog(format, ...) ALog(format, ##__VA_ARGS__); #else #define DLog(...) #endif
Version data entries
26 entries across 26 versions & 1 rubygems