// // Blog-Prefix.pch // Blog // // Created by Sami Samhuri on 2015-05-05. // Copyright (c) 2015 Guru Logic Inc. All rights reserved. // #import #ifdef DEBUG static const int ddLogLevel = LOG_LEVEL_VERBOSE; #else static const int ddLogLevel = LOG_LEVEL_WARN; #endif