@@ -23,4 +23,10 @@
#import "UIColor+Presets.h"
#import "VLCTVConstants.h"
+#ifndef NDEBUG
+#define APLog(format, ...) NSLog(format, ## __VA_ARGS__)
+#else
+#define APLog(format, ...)
+#endif
+
#endif /* PrefixHeader_pch */