M. Uli Kusterer suggests using: #if DEBUG #define PROPERTY(propName) NSStringFromSelector(@selector(propName)) #else #define PROPERTY(propName) @#propName #endif to define symbolic constants for keys so that the compiler will give you Undeclared Selector warnings.
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed